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