(function() { const u = '/apps/statistics.php?aid=450874&browser=IE&created_date=20260121&created_hour=13&dduuid=c9ff766fa9a59&device=0&device_type=desktop&os=Windows&ssid=7bk68j02lu60hap0f9unql2jct&t=1768973332&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7ee830d7bac84935d0e0325300702884280b6ebb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();