(function() { const u = '/apps/statistics.php?aid=397793&browser=IE&created_date=20260226&created_hour=08&dduuid=d496694ef61a7&device=0&device_type=desktop&os=Windows&ssid=0n33dbeg3veacvs8io6s31slak&t=1772064513&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48eea75bdd315a1e70318d1127e42456a1a311c3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();