(function() { const u = '/apps/statistics.php?aid=98754&browser=IE&created_date=20260305&created_hour=08&dduuid=c837a13c552db&device=0&device_type=desktop&os=Windows&ssid=n12put3bljfmdqvr46blue6fe9&t=1772671263&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=82355e59ae024ce1e7507ffcb75197efb168c97c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();