(function() { const u = '/apps/statistics.php?aid=324723&browser=IE&created_date=20260313&created_hour=22&dduuid=1ccee85c4e4ed&device=0&device_type=desktop&os=Windows&ssid=vqnusvp73pgduh5ld66d5d7mvi&t=1773411645&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8015d9ac10616f09be7014c5b5f676346596a3fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();