(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251101&created_hour=14&dduuid=ff06bac5e96ba&device=0&device_type=desktop&os=Windows&ssid=ott53bv503t1ifuifdhnj5gkil&t=1761978329&typeid=0&url_type=2&value=&sign=8dbbbb88edf96b74ab5a7342e4e03a76140711e9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();