(function() { const u = '/apps/statistics.php?aid=461929&browser=IE&created_date=20260313&created_hour=14&dduuid=1d00f199df772&device=0&device_type=desktop&os=Windows&ssid=fs9t8efjjqh81494baisn06d5d&t=1773384688&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c29a365fb77bb1ae6c72a6727adb9c57092e998f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();