(function() { const u = '/apps/statistics.php?aid=457527&browser=IE&created_date=20260228&created_hour=22&dduuid=23599b6ffffec&device=0&device_type=desktop&os=Windows&ssid=9h83pr38ppchaj6sf817de4ue8&t=1772288499&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=510280c8f87eed3a0fc82e67e3efc22709696a3d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();