(function() { let u = '/apps/statistics.php?aid=1968&browser=Mozilla&created_date=20250924&created_hour=07&dduuid=87cb1aaae52eb&device=WebKit&device_type=robot&os=0&ssid=dr07jhom2poq57h6def1qgbrat&t=1758671627&typeid=58&url_type=2&value=&sign=7077b211cd74d32e829a904f82dc21f4bc93bd99&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); } })();