(function() { const u = '/apps/statistics.php?aid=210053&browser=IE&created_date=20260224&created_hour=11&dduuid=785ddd1bcf223&device=0&device_type=desktop&os=Windows&ssid=8sgvjhnnn2asbsgtedlvosie3t&t=1771904312&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc55734b40a6bde7330157fdfe2cb119900a4657&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();