
(function() {
    let u = '/apps/statistics.php?aid=0&browser=ClaudeBot&created_date=20260614&created_hour=21&dduuid=fbb6d2327c3ea&device=WebKit&device_type=robot&os=0&ssid=hr2fni5i7dptf1gq3496a75eu1&t=1781445383&typeid=0&url_type=-1&value=&sign=8f3f9afb073c7f7eb5ed8426c7d6b0fb1141c0da&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);
    }
})();