(function() { const u = '/apps/statistics.php?aid=456013&browser=IE&created_date=20260225&created_hour=02&dduuid=3ff5c5a4963a7&device=0&device_type=desktop&os=Windows&ssid=96e824fipsk41i2ugflnhh6pg2&t=1771958775&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2019383aace8d858a8990d0683e1f0dc7fe40a11&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();