(function() { const u = '/apps/statistics.php?aid=436399&browser=IE&created_date=20260315&created_hour=14&dduuid=6afc6c24e0750&device=0&device_type=desktop&os=Windows&ssid=nm0ike83286qq3j3c0ktjoch12&t=1773556619&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ced37218981ffd38ef448b26ca2b548fb50ef550&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();