(function() { const u = '/apps/statistics.php?aid=425653&browser=IE&created_date=20260126&created_hour=03&dduuid=c07c2ffff9fe3&device=0&device_type=desktop&os=Windows&ssid=u55uljk0s2crtd99gb80d9om5e&t=1769371020&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=236e7fd5b10d208f4a34b091ec053a479aec26aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();