(function() { const u = '/apps/statistics.php?aid=449420&browser=IE&created_date=20260123&created_hour=07&dduuid=a666573d93d2d&device=0&device_type=desktop&os=Windows&ssid=d8h9dt2l2em03q7b5dli03ci7q&t=1769123705&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7417b04226dbd4bbe65b364c09b4fa2e36893158&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();