(function() { const u = '/apps/statistics.php?aid=416019&browser=IE&created_date=20260117&created_hour=16&dduuid=624c50058631f&device=0&device_type=desktop&os=Windows&ssid=5t3b68i5kvuesab2059g4mi86q&t=1768639750&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4df5bcaa83b31e320fe1a731f21cd81ec0d039d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();