fix https://github.com/matomo-org/matomo/issues/15978
The problem was actually that the interval was a string
and therefore it was always adding the new interval on top of the other one instead of summing it. So it resulted in 050005000
, then 0500050005000
... instead of just making it 10000