(function() { const u = '/apps/statistics.php?aid=194&browser=IE&created_date=20260113&created_hour=20&dduuid=0bc0adc60a1f1&device=0&device_type=desktop&os=Windows&ssid=uohk1peu3kom04k8ur7pojkht8&t=1768307736&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=746fb175901ffbe50f28dfb051e69e00b156be19&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();