(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251030&created_hour=00&dduuid=d89cbc1d65689&device=0&device_type=desktop&os=Windows&ssid=dasntltjnmndvggt7r9jjcrlqg&t=1761757181&typeid=0&url_type=2&value=&sign=540f0d062e7b5435ac51039994ac90a876631e39&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();