(function() { const u = '/apps/statistics.php?aid=456160&browser=IE&created_date=20260316&created_hour=03&dduuid=32435e15d66bb&device=0&device_type=desktop&os=Windows&ssid=6l8onpiunu93tm04r074r3v9ra&t=1773604446&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=77c9cb8a52d0ab1cea15f026474da202a12856f7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();