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