(function() { const u = '/apps/statistics.php?aid=208112&browser=IE&created_date=20260102&created_hour=05&dduuid=4a8490ef45c06&device=0&device_type=desktop&os=Windows&ssid=ba376qeuhvltimbjbg9qt32mo6&t=1767304168&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c530e4bb2c0257b738c504584c3b17b73610d0a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();