Large unsigned stats with value >= 2^31 wrap-around to negative on Windows
On Windows only, unsigned statistics are handled in 32-bit fields, and when the value is >= 2^31 (2147483648) the high-order bit is treated as a sign bit and the graph will wrap-around and the value be displayed as negative.