(function() { const u = '/apps/statistics.php?aid=450523&browser=IE&created_date=20260120&created_hour=14&dduuid=1259a7ebdee53&device=0&device_type=desktop&os=Windows&ssid=1nhltug6suo239hpbgv71l8t40&t=1768888899&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dfddb886ff7a33ee05efe74f4593d4283c28a6dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();