(function() { let u = '/apps/statistics.php?aid=1161&browser=Mozilla&created_date=20250617&created_hour=02&dduuid=9017c95d08a14&device=WebKit&device_type=robot&os=0&ssid=nhj4el8rm7efukr6rvu5f42477&t=1750098851&typeid=86&url_type=2&value=&sign=85a2aa1a1954b54af202484acf9f6842aba65f66&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); } })();