(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251022&created_hour=15&dduuid=45a7f9124788a&device=0&device_type=desktop&os=Windows&ssid=3r54cbqau9gm517c1binbrpmf4&t=1761116835&typeid=0&url_type=2&value=&sign=e18c31ce8594bc8bb3ac09a781ed19cd304648f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();