(function() { const u = '/apps/statistics.php?aid=21066&browser=IE&created_date=20260311&created_hour=10&dduuid=cb959683300d4&device=0&device_type=desktop&os=Windows&ssid=fi19489r08cbunmmg4jt1i6j8d&t=1773195353&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d66c022ed9bc4e51a64f6d5aa43af1e1b5bdca9e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();