#Include <IE.au3>
$url = ("slo.ru")
$oIE = _IECreate($url, 1) ;второй параметр $f_tryAttach = 1 - перед созданием объекта пытаться присоединиться к странице
Sleep(1000);1 сек
Send ("{TAB 10}")
$sText = _IEPropertyGet($oIE, "statustext")
MsgBox(0,"",$sText)