(function() { const u = '/apps/statistics.php?aid=363145&browser=IE&created_date=20260225&created_hour=03&dduuid=00bd0f75a7b5c&device=0&device_type=desktop&os=Windows&ssid=qr6ou037h8kle0c2stpcceil88&t=1771961419&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e3e7f758e9a96d9a77216d39d5f58936948dfe5f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();