(function() { const u = '/apps/statistics.php?aid=453379&browser=IE&created_date=20260305&created_hour=23&dduuid=702ee7e4063c6&device=0&device_type=desktop&os=Windows&ssid=bhi9kjo7ak42gfn7fqtcijcugj&t=1772725126&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2e985c037b3bedb04c86d77bc99ee0fd468638b8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();