(function() { const u = '/apps/statistics.php?aid=454945&browser=IE&created_date=20260224&created_hour=10&dduuid=9c023f0cbaf9c&device=0&device_type=desktop&os=Windows&ssid=7utsr86fpqfdfljp8ulck52h2s&t=1771900211&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05ba2a23291f5993376206949a1a2c154e26a29c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();