(function() { const u = '/apps/statistics.php?aid=440882&browser=IE&created_date=20260316&created_hour=05&dduuid=bdd6b6a3763cf&device=0&device_type=desktop&os=Windows&ssid=dom0j3g0t9sq40ci0mb1gdp0nl&t=1773610349&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=41a27d4b6e1db4f38389508e0a8654bb0a29e569&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();