Japt -¡, 1513 bytes
Takes input in lowercase
pÊv è`%ßé[^Ãäu]pÊè`%ßé[^Ãäu]
pÊv è`pÊè`... :Implicit input of string
p :Append
Ê : Its length
v :Lowercase
è :Count the occurrences of
`... : Compressed string "%bill[^ayiou]"=/\bill[^ayiou]/g
:Implicit output of result as a boolean (0 is falsey)