(function() { const u = '/apps/statistics.php?aid=451694&browser=IE&created_date=20260311&created_hour=10&dduuid=4801a9142f0e2&device=0&device_type=desktop&os=Windows&ssid=v1f1a7d70htm0dhvlg8pciopdj&t=1773195891&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f5cf16225a853cdf14577cc77178d3ce4b116209&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();