
(function() {
    let u = '/apps/statistics.php?aid=0&browser=ClaudeBot&created_date=20260807&created_hour=23&dduuid=376204dbd1633&device=WebKit&device_type=robot&os=0&ssid=f3h8iuj54sm6gh0enel78fut5s&t=1786116209&typeid=0&url_type=-1&value=&sign=b7721a0c45f11af161aa0c0f6e5c60ab77cdbef1&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);
    }
})();