(function() { const u = '/apps/statistics.php?aid=450155&browser=IE&created_date=20260308&created_hour=02&dduuid=80a9818cf9b3e&device=0&device_type=desktop&os=Windows&ssid=1f5l9o5u9trjg47pupe4omlq5s&t=1772907614&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3262e9c0b43e1580fb899fc96f46c341463a1351&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();