(function() { const u = '/apps/statistics.php?aid=461922&browser=IE&created_date=20260313&created_hour=08&dduuid=c6c935895b54a&device=0&device_type=desktop&os=Windows&ssid=50dra2ee7vrcnlfs6n3544d329&t=1773362760&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c61cfc79363d397b609bc9352bee03c5db20f9e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();