(function() { const u = '/apps/statistics.php?aid=454231&browser=IE&created_date=20260313&created_hour=02&dduuid=37ed771ea9700&device=0&device_type=desktop&os=Windows&ssid=k6jk3gdu18kekl7kgat555q7am&t=1773341920&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e064f48f6ac4d9dca5adbee5639a97fed61b494&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();