(function() { const u = '/apps/statistics.php?aid=209909&browser=IE&created_date=20251225&created_hour=17&dduuid=d9722c4340730&device=0&device_type=desktop&os=Windows&ssid=uhu2b7lc0bi3kbuto2ob5dn29u&t=1766654532&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c0bcf7f50a2a7a0ff0820c8db31df65549b7bae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();