(function() { const u = '/apps/statistics.php?aid=33800&browser=IE&created_date=20260224&created_hour=13&dduuid=1013fff4a6194&device=0&device_type=desktop&os=Windows&ssid=q18crontsasa1u2s214h532r6r&t=1771909866&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c9fbb63e238c4bacc04b54eb94672685fae75d47&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();