(function() { const u = '/apps/statistics.php?aid=423013&browser=IE&created_date=20260130&created_hour=07&dduuid=4918a2080ef2f&device=0&device_type=desktop&os=Windows&ssid=h7cqpi02kc27ekk32b6d86vkd3&t=1769730437&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fdd96f65c3b4fc796c55a950c0ec56b1d3964143&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();