(function() { const u = '/apps/statistics.php?aid=451452&browser=IE&created_date=20260125&created_hour=02&dduuid=017e86ab21f1f&device=0&device_type=desktop&os=Windows&ssid=9ha764t9l7k3tf3kthfgkhupmm&t=1769280825&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e74dfbe9d0d845834118ed990a9755d531cb0def&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();