(function() { let u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250511&created_hour=11&dduuid=5939ab8c411e8&device=0&device_type=desktop&os=Windows&ssid=219ufa2l7ajbd430q7kqe9l5v9&t=1746935668&typeid=0&url_type=2&value=&sign=835c541a6d73c33170a346feb1a648137f87c3b3&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); } })();