(function() { const u = '/apps/statistics.php?aid=448770&browser=IE&created_date=20260114&created_hour=12&dduuid=a65dbf00e6db7&device=0&device_type=desktop&os=Windows&ssid=ctu1li8cuego0ean1nveobkmis&t=1768364358&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07a2dad8748e983f8482304743cbe958c5e12ddc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();