Hi Ad,
Yes, this is a limitation of the current Blink implementation. For performance reasons, the process does not broadcast ImageUpdated notifications on the platform when the BlinkScreen image is modified. Doing that at 10 frames per second, for example, would generate a severe bottleneck. Without a notification sent, the Statistics tool does not know when the image has been modified, and hence does not calculate new statistics.
I'll think on a reasonable way to overcome this limitation. Thank you for bringing it to my attention.