(function() { const u = '/apps/statistics.php?aid=79892&browser=IE&created_date=20260310&created_hour=10&dduuid=21c3fb3680ef8&device=0&device_type=desktop&os=Windows&ssid=8sjj7rl14sngvojs0d8c5rpfqj&t=1773111127&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=84450226280df67f5dbc085207cfda6c5555b77e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();