(function() { const u = '/apps/statistics.php?aid=448123&browser=IE&created_date=20260226&created_hour=09&dduuid=0ec7f853bc529&device=0&device_type=desktop&os=Windows&ssid=nqsgjb1snd67c8siqr3lj4pfv9&t=1772069216&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=be3555ff8f3c539756d50d3589a95cb6df06d072&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();