(function() { const u = '/apps/statistics.php?aid=405497&browser=IE&created_date=20260124&created_hour=01&dduuid=070afd8d19673&device=0&device_type=desktop&os=Windows&ssid=65vdm52h19cvmkv68dhmndf91g&t=1769189206&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d42aabedcf98fe903d78cb23a9e067000bc3c7d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();