(function() { const u = '/apps/statistics.php?aid=454534&browser=IE&created_date=20260223&created_hour=20&dduuid=bc95ba68d6b87&device=0&device_type=desktop&os=Windows&ssid=2hsg4ud83uh9juusc5o2to938u&t=1771851225&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=51e080cefc5b4a6d56f70f1f2d538cd443865b3e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();