Use the WinHttpRequest object with:

.Open "GET", "http://www.yourwebsite.com/page.html", False
.Send

Then look at the Status or StatusText properties to determine the http response status.