(function() { const u = '/apps/statistics.php?aid=380585&browser=IE&created_date=20260324&created_hour=14&dduuid=f5794f8414b8f&device=0&device_type=desktop&os=Windows&ssid=jm4g6hns6ggalsa9fjqihlum05&t=1774332157&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d9dbcccda50d7228dc3655c714df697027df3e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();