And I just realized now on a different interface I can see the string of losses together. Wow. And you are playing near-even... Can you tell me of the games you played with this configuration, how many of them were wins out of how many total? If you were playing these odds, this is definitely not what I'd expect. 11 wins out of 83 where the probability of winning is 44/100.
Let's see... Central limit theorem will tell us the distribution of number of wins (under certain conditions which is satisfied here) will be very close to normal distribution with mean np and standard deviation sqrt(np(1-p))...
Mean 83*.44=36.52
Stdev Sqrt(83*.44*.56) = 4.52
You are about 5.62 standard deviations from the mean in this batch, and that's already very rare....
I know that random number generator isn't truly random, but hum.....