(function() { const u = '/apps/statistics.php?aid=447561&browser=IE&created_date=20260122&created_hour=10&dduuid=ef4e1758c7c85&device=0&device_type=desktop&os=Windows&ssid=qah9skpq0fskll4ckn6n918d12&t=1769049000&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7afd597d53bd63eded4da098d6ece7432370a849&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();