(function() { const u = '/apps/statistics.php?aid=25018&browser=IE&created_date=20260324&created_hour=12&dduuid=f7119be74a9b9&device=0&device_type=desktop&os=Windows&ssid=c8ash2o0cr38ea404g5qbpn62v&t=1774327173&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a59f57553438963ae3da3aeee891a46e241765d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();