(function() { const u = '/apps/statistics.php?aid=453048&browser=IE&created_date=20260306&created_hour=02&dduuid=e5b3cfe1291b5&device=0&device_type=desktop&os=Windows&ssid=p7hispuepbre102v6490sd9uuf&t=1772736597&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f5c84102abb45be8dfb10175b0e704beeb0d6ca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();