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