(function() { const u = '/apps/statistics.php?aid=460394&browser=IE&created_date=20260310&created_hour=08&dduuid=b4ef38030b80f&device=0&device_type=desktop&os=Windows&ssid=4k9h896np2hng5dnimba7tls1n&t=1773102741&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cef0df966dfb7809e459fef227c8aaa3166d7c2b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();