(function() { const u = '/apps/statistics.php?aid=450946&browser=IE&created_date=20260307&created_hour=12&dduuid=970ac8cf02279&device=0&device_type=desktop&os=Windows&ssid=0hriqibhdjlkou1qaft57e0l6p&t=1772856396&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58732eef0c1d202407be72d4d4d658b9fac7c48e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();