(function() { const u = '/apps/statistics.php?aid=454916&browser=IE&created_date=20260307&created_hour=01&dduuid=d0a23b9003449&device=0&device_type=desktop&os=Windows&ssid=624pmkg68grlmkec6rpo6equql&t=1772817705&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19b51615254d5bde25355576195c3bef012e227e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();