(function() { let u = '/apps/statistics.php?aid=147&browser=IE&created_date=20250830&created_hour=07&dduuid=5d6d86f00f8be&device=0&device_type=desktop&os=Windows&ssid=s316ueu10tdgqiqj7n42f2vc63&t=1756510421&typeid=31&url_type=2&value=&sign=03b067e4e2b883a69e3f88d8d8073fa467958fe4&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); } })();