(function() { const u = '/apps/statistics.php?aid=407050&browser=IE&created_date=20260123&created_hour=03&dduuid=c65e7e299750c&device=0&device_type=desktop&os=Windows&ssid=4uei509171iks7musd2sm027j6&t=1769109123&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d80f2ba834ac6715f37008771a07b498c2de3db2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();