(function() { const u = '/apps/statistics.php?aid=445352&browser=IE&created_date=20251223&created_hour=14&dduuid=221f45a79208c&device=0&device_type=desktop&os=Windows&ssid=bb9q665nugkbkdvubsj5tio2fk&t=1766471253&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=78ecf3cac66408f86076da07df4aa764ff84c32a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();