(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=10&dduuid=c3266e0ea4ff5&device=0&device_type=desktop&os=Windows&ssid=ca6ao46138gfdi3kn2dqs6vcr8&t=1760496939&typeid=0&url_type=2&value=&sign=49ed97e55849a5dce991f0b283caa7b4d2c69123&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();