(function() { const u = '/apps/statistics.php?aid=458150&browser=IE&created_date=20260312&created_hour=05&dduuid=db0c03e80641f&device=0&device_type=desktop&os=Windows&ssid=k751ipgj7ud1b94vp9fnvh2s81&t=1773264440&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45571659d756c7070e0d9356b484beff59181a8f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();