(function() { const u = '/apps/statistics.php?aid=449827&browser=IE&created_date=20260307&created_hour=22&dduuid=750fd3201cdc5&device=0&device_type=desktop&os=Windows&ssid=7p380l0u08nrg5r4o5pvb15asr&t=1772892364&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ebb5649d63af411311cbfd6ad980886b1ce6132a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();