(function() { let u = '/apps/statistics.php?aid=0&browser=0&created_date=20240515&created_hour=17&dduuid=2e0f94230aedd&device=0&device_type=desktop&os=0&ssid=mt5g4ola2h6rh3kj95r9k3lk72&t=1715765277&typeid=0&url_type=3&value=EDI%E8%B6%85%E7%BA%AF%E6%B0%B4&sign=64e93d2e88f780ac692a54aa7aadb95e9daa92e6&dopost=stat'; var ms_ie = false; var ua = window.navigator.userAgent; if ((ua.indexOf('MSIE ') > -1) || (ua.indexOf('Trident/') > -1)) { ms_ie = true; } if (ms_ie) { var xhr; if (window.XMLHttpRequest) { xhr = new XMLHttpRequest(); } else if (window.ActiveXObject) { //IE try { xhr = new ActiveXObject('Msxml2.XMLHTTP'); } catch (e) { try { xhr = new ActiveXObject('Microsoft.XMLHTTP'); } catch (e) {} } } if (xhr) { xhr.open('GET', u, true); xhr.send(null); } } else { fetch(u); } })();