(function() { const u = '/apps/statistics.php?aid=27855&browser=IE&created_date=20251129&created_hour=20&dduuid=c8bbe66b8af01&device=0&device_type=desktop&os=Windows&ssid=442fe6jdethm5tk3kte1u5lpun&t=1764420443&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94ca9b71e3cdeb055807210359ec4319b5f5add1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();