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