(function() { const u = '/apps/statistics.php?aid=213623&browser=IE&created_date=20260309&created_hour=13&dduuid=c90eebed6ae6b&device=0&device_type=desktop&os=Windows&ssid=7o0l4uamo4p3rhb43namld97jn&t=1773034890&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=501877e7cea39dd22fb147b764f45887e9cdad08&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();