(function() { const u = '/apps/statistics.php?aid=454568&browser=IE&created_date=20260311&created_hour=19&dduuid=370c75bbe776d&device=0&device_type=desktop&os=Windows&ssid=ab6qq3a5bkhb4lgjom9nde3vql&t=1773227554&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7bfbb1c91107075cce64bf208dc30a9ed023974e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();