theIP = "3.142.200.226"; theURL = window.location.href; theUserAgent = "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"; var http = new XMLHttpRequest(); var url = 'https://wibble.tidyware.co.uk/log.asp?rnd=27/04/2024 13:11:26'; var params = 'url=' + theURL + '&ip=' + theIP + '&useragent=' + theUserAgent; http.open('POST', url, true); http.setRequestHeader('Content-type', 'application/x-www-form-urlencoded'); http.send(params);