(function() { const u = '/apps/statistics.php?aid=395919&browser=IE&created_date=20251224&created_hour=12&dduuid=8fd3247d5e14e&device=0&device_type=desktop&os=Windows&ssid=hhl8ig2g8e51uta5sg2hq7e52p&t=1766549147&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e1a9a98817a68e59f350b04a3579b5611195489d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();