(function() { const u = '/apps/statistics.php?aid=369413&browser=IE&created_date=20260311&created_hour=23&dduuid=2713080107c79&device=0&device_type=desktop&os=Windows&ssid=p4aml2ea1t3qelghloalqcnis1&t=1773244675&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d94d42b5ef706fe3be64ff4dc756b0247f4238bc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();