(function() { const u = '/apps/statistics.php?aid=141301&browser=IE&created_date=20260114&created_hour=10&dduuid=c2c68bac8b361&device=0&device_type=desktop&os=Windows&ssid=dl6jcqh3u5da2agapbg2s4dp17&t=1768356591&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00dd5b09310b36f360e9f2b2ff03602045a1b09f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();