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