For Timer0, no.

The reason for stopping the timer is so that the LowByte can't carry into the HighByte in the middle of reloading. But this only has an effect on 16-bit timers that are not in RD16 mode.

Timer0, when used as a 16-bit timer, is Always RD16. So the carry during reload doesn't matter.
<br>