(function() { const u = '/apps/statistics.php?aid=38579&browser=IE&created_date=20260308&created_hour=09&dduuid=ff8cae18c5981&device=0&device_type=desktop&os=Windows&ssid=22t758u9t1fdf56dhtt5hj7o85&t=1772934467&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce1b5f08936358ad1722e3119bb69dadc0ba3c51&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();