(function() { const u = '/apps/statistics.php?aid=427910&browser=IE&created_date=20260122&created_hour=15&dduuid=e452a74c05c90&device=0&device_type=desktop&os=Windows&ssid=frmph8jge4oorg8um6h5866lk1&t=1769066411&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c91b865de0a8af5aeb2a034b90f0c0dff82d93fb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();