(function() { const u = '/apps/statistics.php?aid=434742&browser=IE&created_date=20260311&created_hour=05&dduuid=bde715124e07a&device=0&device_type=desktop&os=Windows&ssid=sc9i3lqqhjvrt3i8n8i75oh3li&t=1773176752&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05d28d5f84f9b33d86fa4279d806fa00c629c75b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();