Right shift operator can change number sign

We can read about Right shift operator >> on MDN

… the sign of the resulting number is the same as the sign of the first operand.

However, 3332508426 >> 24 === -58 in my Chrome 127.0.6533.120.

How that could be explained?

By the way, 3332508426 is decimal representation of IP 198.162.11.10.