(function() { const u = '/apps/statistics.php?aid=213709&browser=IE&created_date=20260310&created_hour=10&dduuid=4df7f7a95998e&device=0&device_type=desktop&os=Windows&ssid=73j1pkp4g85e27bs7cpmudjugb&t=1773110440&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f5807ff2860520dfe9790a2ac2f649616a00bf63&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();