Hi Wolfgang,
Don't confuse dynamic range with image encoding bits. Your raw images have been encoded as 16-bit unsigned integers, despite the fact that your camera has only 14 significant bits. So you have to select the 16-bit integer range to read DN (data number) values.
So if you select the 16-bit range in Statistics, then you'll get approximately 2000*65536/16384 = 8000, which is what you expect from your well-exposed flats.