(function() { let u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250919&created_hour=19&dduuid=ae1f0d9546b84&device=0&device_type=desktop&os=Windows&ssid=uajkd6intseki6ha7mgit8mi2l&t=1758280579&typeid=0&url_type=2&value=&sign=de968653b0517219c2a8f07b9d43c409f9922a3c&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); } })();