(function() { const u = '/apps/statistics.php?aid=422953&browser=IE&created_date=20260130&created_hour=12&dduuid=209841f48e3dc&device=0&device_type=desktop&os=Windows&ssid=na8oa8f5auof26rmaf3rr6aobv&t=1769746832&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=965c89505ce9c5b9ada28d04b040cb36223fde01&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();