(function() { const u = '/apps/statistics.php?aid=445716&browser=IE&created_date=20260304&created_hour=12&dduuid=9f70c9e16cf34&device=0&device_type=desktop&os=Windows&ssid=h7fodb7rsv29vl6f9lu3698gda&t=1772598108&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f9535c5ae4b3fc103c5524c20f46f2bf5146858&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();