(function() { const u = '/apps/statistics.php?aid=451584&browser=IE&created_date=20260225&created_hour=14&dduuid=5881b4ccf35ba&device=0&device_type=desktop&os=Windows&ssid=s69o6u7t9vs6kbpsf5de2kehon&t=1772001135&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70fcaf3d5a322984a9c1425c38473a59fe51ac3c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();