(function() { const u = '/apps/statistics.php?aid=363101&browser=IE&created_date=20251221&created_hour=18&dduuid=146bd13f1e4e5&device=0&device_type=desktop&os=Windows&ssid=l7ht3qk3nk8m7s441jnoj0u06t&t=1766311256&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=704783f81309de3ea1ff09fd2531fada27832594&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();