(function() { const u = '/apps/statistics.php?aid=439642&browser=IE&created_date=20260306&created_hour=01&dduuid=478a454527a20&device=0&device_type=desktop&os=Windows&ssid=3fcjg1cchhst58lekjes1e9o1n&t=1772730667&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c481d2dce68eb8ff848df6120b8d4c0b15e1e1af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();