(function() { let u = '/apps/statistics.php?aid=174&browser=IE&created_date=20250802&created_hour=06&dduuid=d38b584486d3b&device=0&device_type=desktop&os=Windows&ssid=84vaj9slsmnn1q593acsjq07u0&t=1754088305&typeid=31&url_type=2&value=&sign=7d9d3f14724e803daee3fc5a0ee4fa4df426c232&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); } })();