(function() { const u = '/apps/statistics.php?aid=427&browser=IE&created_date=20260311&created_hour=14&dduuid=3f83298afcbd2&device=0&device_type=desktop&os=Windows&ssid=8k6eqapvqa057t3vo0kpbs2pmt&t=1773211600&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=77632ce4710b5e8c1b54ba83560f1c978b14bb6f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();