(function() { const u = '/apps/statistics.php?aid=455725&browser=IE&created_date=20260303&created_hour=17&dduuid=d26580c930998&device=0&device_type=desktop&os=Windows&ssid=bvvug4t6fq872n96kkc8g77cqr&t=1772529262&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d5cde189f213e2841c2481f1f1e05a83453d627&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();