(function() { const u = '/apps/statistics.php?aid=455580&browser=IE&created_date=20260311&created_hour=11&dduuid=16a7e944980b0&device=0&device_type=desktop&os=Windows&ssid=7ssqltdrhgtmunmqaq8cgss4v9&t=1773200087&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e5843b3a76ccbbae1b8efe023e17925b3527d816&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();