(function() { let u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=11&dduuid=35c624c0f2c94&device=0&device_type=desktop&os=Windows&ssid=hmcitpnap7jdgp34qh3o76ic51&t=1757991647&typeid=0&url_type=3&value=&sign=3a61ab01ea33286bb56775afbc7a9cd9bbeb73e2&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); } })();