(function() { const u = '/apps/statistics.php?aid=447981&browser=IE&created_date=20260112&created_hour=14&dduuid=0e0bb1931dd18&device=0&device_type=desktop&os=Windows&ssid=h4oml3jajbrs8llhfe9aa00a59&t=1768199833&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5af6299099d80063e62fdded2082e51b6546eaf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();