(function() { const u = '/apps/statistics.php?aid=4596&browser=IE&created_date=20260224&created_hour=09&dduuid=b0ec127f3ef53&device=0&device_type=desktop&os=Windows&ssid=2127b562to233td2lq051f6bpj&t=1771895410&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=18120d0e811af119c3c2b2e32d1f0b71f5d21b43&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();