(function() { const u = '/apps/statistics.php?aid=454229&browser=IE&created_date=20260311&created_hour=09&dduuid=64331f8f8de0e&device=0&device_type=desktop&os=Windows&ssid=s4hcao3gj9g8bqqdpc5js35t9d&t=1773194333&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8bc8b1e43905d5c82c24c94a68eb953833ab26dd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();