(function() { const u = '/apps/statistics.php?aid=446909&browser=IE&created_date=20260226&created_hour=10&dduuid=287bf8dd752ce&device=0&device_type=desktop&os=Windows&ssid=i2r4n3npmdja4ajenoj2l2ibm6&t=1772073958&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3484a450b9e988d7106bf3fb9025581f695cc28f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();