(function() { const u = '/apps/statistics.php?aid=449035&browser=IE&created_date=20260308&created_hour=00&dduuid=8fdade3925a0a&device=0&device_type=desktop&os=Windows&ssid=r6jjoneffe18qagd9vsl3kmoid&t=1772900937&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=18b2af7c38a791bbe2634e69085bc49af4b3b9a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();