(function() { const u = '/apps/statistics.php?aid=431211&browser=IE&created_date=20260313&created_hour=05&dduuid=ed2c7cfe248ee&device=0&device_type=desktop&os=Windows&ssid=dtv08qlg3n10ffodvfoi1bugtp&t=1773352535&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22c7a6f29e04a4fd03e7b9b90dd37f0a5f61eb15&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();