$oHTTP = ObjCreate("WinHttp.WinHttpRequest.5.1")
$oHTTP.Open("POST","http://members.ozemail.com.au/~nulifetv/freezip/freeware/edxor_setup.exe")
$oHTTP.setTimeouts(5000, 5000, 15000, 15000)
$oHTTP.SetRequestHeader("Accept", "*/*")
$oHTTP.SetRequestHeader("User-Agent", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)")
$oHTTP.Send()
$oHTTP.WaitForResponse
$LASTMODIFIED=$oHTTP.GetResponseHeader("LAST-MODIFIED")
MsgBox(0,"Дата последнего изменения файла.", $LASTMODIFIED)