(function() { const u = '/apps/statistics.php?aid=455508&browser=IE&created_date=20260305&created_hour=17&dduuid=73205979c4643&device=0&device_type=desktop&os=Windows&ssid=luhs2813gq2fsqv3j7bequn3go&t=1772703757&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb6090ea9fa0a98a050ec9c2e8fe2b150f313a6a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();