(function() { const u = '/apps/statistics.php?aid=438387&browser=IE&created_date=20260310&created_hour=20&dduuid=3de71f4c309b7&device=0&device_type=desktop&os=Windows&ssid=a8t2aviihc90aeenrnd0648pk9&t=1773144566&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12ea1f795074032aa3451660f104c521a9c9ffb5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();