(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251016&created_hour=13&dduuid=b62f1aafba9e2&device=0&device_type=desktop&os=Windows&ssid=aq1s8u8ll9i83s9c93iuksfcrk&t=1760593919&typeid=0&url_type=2&value=&sign=3202e1734104b69a336659d5dc04d016271ac43a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();