(function() { const u = '/apps/statistics.php?aid=449154&browser=IE&created_date=20260123&created_hour=04&dduuid=704f2f2430da6&device=0&device_type=desktop&os=Windows&ssid=tsrp96e6obsqgm2p50tk9ahvcb&t=1769115587&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ffcd2185c9e89eda86789f71b8da32a6b41a148&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();