(function() { const u = '/apps/statistics.php?aid=448194&browser=IE&created_date=20260124&created_hour=19&dduuid=7d1d019e8e795&device=0&device_type=desktop&os=Windows&ssid=v51me7jfcrfvjhh8lilh1r7jbf&t=1769255594&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e065d7007f738f9d65ef31193b74830a0143ee12&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();