(function() { const u = '/apps/statistics.php?aid=457981&browser=IE&created_date=20260311&created_hour=08&dduuid=b55ff5e26fe15&device=0&device_type=desktop&os=Windows&ssid=cgj1lqeojhmlg5u9el0sug9sde&t=1773187399&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a166ba417049aa5f45063f7b7a21361c06c7782d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();