(function() { const u = '/apps/statistics.php?aid=399946&browser=IE&created_date=20260224&created_hour=05&dduuid=801085429c1f0&device=0&device_type=desktop&os=Windows&ssid=sa5mpuovbi59jm0gbq0hih7alq&t=1771881356&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f44879e3602d906fde247b664c1841aea94a35f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();