(function() { const u = '/apps/statistics.php?aid=461926&browser=IE&created_date=20260313&created_hour=03&dduuid=d6b44c6272e50&device=0&device_type=desktop&os=Windows&ssid=6vam3jnru8oul68fbq4a6rd7bv&t=1773342132&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d77e79a840ec6a52f16099e50529f80ced538ed5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();