(function() { const u = '/apps/statistics.php?aid=448270&browser=IE&created_date=20260111&created_hour=07&dduuid=6a6cfaaf20c50&device=0&device_type=desktop&os=Windows&ssid=5udmt13kg4n62e3bmunh62o01l&t=1768087587&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b99cb93bacb61dab3bdc373e35f668355db00dfc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();