(function() { const u = '/apps/statistics.php?aid=416103&browser=IE&created_date=20260124&created_hour=20&dduuid=07b29298cc0f1&device=0&device_type=desktop&os=Windows&ssid=6bs7i6719q4nnnqfoqf6grnlen&t=1769258050&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4c52e868b5a1be5b0ca7021569ef1d65edd0f3c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();