(function() { const u = '/apps/statistics.php?aid=428577&browser=IE&created_date=20260308&created_hour=03&dduuid=21ca3a2d26508&device=0&device_type=desktop&os=Windows&ssid=38l7l6628iartgkpahqur0648o&t=1772912206&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1fcc1030a4c945837bcb23608d7426f30ebef4ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();