(function() { const u = '/apps/statistics.php?aid=451335&browser=IE&created_date=20260225&created_hour=08&dduuid=8441c9a6e45ef&device=0&device_type=desktop&os=Windows&ssid=am763p426eg7ehfr4if7s3sq9o&t=1771980564&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1dd4bae314fcb743443d59a23441a9410a988dbc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();