(function() { const u = '/apps/statistics.php?aid=453058&browser=IE&created_date=20260311&created_hour=22&dduuid=5198abb7ec476&device=0&device_type=desktop&os=Windows&ssid=arer00ilo4244rs6aqbin9019h&t=1773240821&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e8af985f0a8ca2cafd6bc461e46b8ad74d5309d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();