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