(function() { const u = '/apps/statistics.php?aid=207946&browser=IE&created_date=20260102&created_hour=21&dduuid=82348a932fd56&device=0&device_type=desktop&os=Windows&ssid=hle7m2norfn8c3sqci3q9ne56j&t=1767360338&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=693d48db7a8a6a7db9d93031edb74c9f80e8f4e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();