(function() { const u = '/apps/statistics.php?aid=372860&browser=IE&created_date=20260124&created_hour=13&dduuid=81a475c9c2cf9&device=0&device_type=desktop&os=Windows&ssid=ol9qhqcpcd047vbeglni811cq8&t=1769232145&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b0ad7c07847adc592db9b2470bcf6af9c5904e90&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();