(function() { const u = '/apps/statistics.php?aid=457532&browser=IE&created_date=20260228&created_hour=15&dduuid=df9594070d6d9&device=0&device_type=desktop&os=Windows&ssid=vgu6d8huu8c699rr4sbcolcepb&t=1772264238&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=942c666ab365d63f1726854e649978ed6b3452a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();