(function() { const u = '/apps/statistics.php?aid=422403&browser=IE&created_date=20260102&created_hour=16&dduuid=29fac7e27fa18&device=0&device_type=desktop&os=Windows&ssid=b11nep4bb245uglvm8isfrabv0&t=1767342041&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=03ec56be84a33131fcc787a0d747fedb81c00cf5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();