(function() { const u = '/apps/statistics.php?aid=455370&browser=IE&created_date=20260310&created_hour=22&dduuid=da583d0548cc0&device=0&device_type=desktop&os=Windows&ssid=s15bp1h4tqs3f0pug7f0nqid3k&t=1773154630&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f9d9e3626ae44144f7236733f252176ba9071ac4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();