(function() { const u = '/apps/statistics.php?aid=294931&browser=IE&created_date=20260116&created_hour=08&dduuid=cbc6c4b1c494e&device=0&device_type=desktop&os=Windows&ssid=0fgr59m32an4jd4la41nq2c39h&t=1768525139&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6209102fe775a1fcbcc2db380012e116da7737b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();