(function() { const u = '/apps/statistics.php?aid=455626&browser=IE&created_date=20260305&created_hour=10&dduuid=ffb3f1c24c4de&device=0&device_type=desktop&os=Windows&ssid=ksh7d669vtsjkf28smg0jma420&t=1772676051&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b909379614f955799ce13939e4fa4e74ebcd8704&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();