(function() { const u = '/apps/statistics.php?aid=450619&browser=IE&created_date=20260311&created_hour=19&dduuid=06fd14c84345c&device=0&device_type=desktop&os=Windows&ssid=1vp1cj5i7h022lu9gg8a5bi405&t=1773230060&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=137384c414ee069217b0e3be6565fa2536930884&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();