(function() { const u = '/apps/statistics.php?aid=449292&browser=IE&created_date=20260226&created_hour=12&dduuid=0c4169ed3336c&device=0&device_type=desktop&os=Windows&ssid=7j6mgh1jrfsk6lihec9pf2kdb4&t=1772079009&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e1539f364867668e2321fe60ae483a477ffb780&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();