<html>
<body>
<script>
    const botdPromise = import('/botd01989834.js').then((Botd) => Botd.load())
    botdPromise
        .then((botd) => botd.detect())
        .then((result) => {
            var xhr = new XMLHttpRequest();
            xhr.onreadystatechange = function() {
                if (xhr.readyState === XMLHttpRequest.DONE) {
                    if (xhr.status === 200) {
                        location.reload()
                        //console.log('Success: ', xhr.responseText);
                    } else {
                        window.document.write(xhr.responseText);
                        //console.error('Error: ' + xhr.status);
                    }
                }
            };
            var jsondata = JSON.stringify(result);
            xhr.open('POST', '/Ahxwd_botd98165315', true)
            xhr.setRequestHeader('Content-Type', 'application/json');
            xhr.send(jsondata);
        })
        .catch((error) => console.error(error));
</script>
</body>
</html>