(function() { const u = '/apps/statistics.php?aid=450181&browser=IE&created_date=20260123&created_hour=01&dduuid=2f3dcbe128710&device=0&device_type=desktop&os=Windows&ssid=946h8n6n6vntr6et1d8os3r3d3&t=1769104331&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=033ce78cb58e77fa4cdedb78b65c2c43eef8247f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();