(function() { const u = '/apps/statistics.php?aid=334320&browser=IE&created_date=20260225&created_hour=18&dduuid=68d5ff7626086&device=0&device_type=desktop&os=Windows&ssid=4h9aofclufbc2vdl9j24mhsq9u&t=1772017063&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fe187d68eef9f51597c454aa23d80d3b2c7e6d60&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();