(function() { const u = '/apps/statistics.php?aid=448842&browser=IE&created_date=20260226&created_hour=03&dduuid=daf39de728d5a&device=0&device_type=desktop&os=Windows&ssid=o5nj2dan2n2537lrdbvf720gcu&t=1772048934&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3c61c4ff440d79bfecad16ee99fa8030caedf9b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();