(function() { const u = '/apps/statistics.php?aid=402160&browser=IE&created_date=20260316&created_hour=04&dduuid=6e4eca2c74aaf&device=0&device_type=desktop&os=Windows&ssid=7lrddbb3ajo3i305uap2l4n5s9&t=1773607168&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=586884376508524dbb692ee12ac6677071340050&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();