(function() { const u = '/apps/statistics.php?aid=141271&browser=IE&created_date=20260123&created_hour=22&dduuid=d4d827902fb98&device=0&device_type=desktop&os=Windows&ssid=rin8t71k7elt5unl0op2s81t2u&t=1769178817&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b426faebe1adb3f54fc2250b1a5e84a3b0d3b711&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();