The only thing I came up with was using the divisibility criteria, so: $$8 + z \equiv 0 \pmod{8} \implies z \equiv 0 \pmod 8$$
$$x + y + 8 + z \equiv 0 \pmod{9}$$
$$x - y - 4 + z \equiv 0 \pmod{11}$$
But that's as far as I've got. I'd appreciate some help.
$z \equiv 0 \pmod 8$ is not correct because $260$ is not divisible by $8$. Once you fix that, you will have three equations in three unknowns. You should get $z$ directly because it has to be a single digit. That leaves two equations in two unknowns. The $\pmod 9$ one can only sum to $18$ or $27$. The $\pmod {11}$ can only sum to ??? given that $x,y$ are single digits.