(function() { const u = '/apps/statistics.php?aid=86379&browser=IE&created_date=20260308&created_hour=04&dduuid=308a5a227ce74&device=0&device_type=desktop&os=Windows&ssid=k8krat6k092v9kobt4bpi8hobi&t=1772915738&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8fcb29dfcba23b03bb674edfce5b274fc6e82575&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();