(function() { const u = '/apps/statistics.php?aid=404641&browser=IE&created_date=20260124&created_hour=22&dduuid=e333ab04c6a85&device=0&device_type=desktop&os=Windows&ssid=2odr3m24a5t3tag4idfebfbprp&t=1769263762&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6ffa9086516ab1c78edadb785603ae5514a52ff9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();