(function() { const u = '/apps/statistics.php?aid=415591&browser=IE&created_date=20260118&created_hour=00&dduuid=57b3fc17c632b&device=0&device_type=desktop&os=Windows&ssid=tnvfde63nb47b5f3nh7ge5071l&t=1768666148&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1da02c4b858686966702beaa0774986638f319be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();