God these statistics are incredibly useless. I think the sites that produce these results have an agenda to try and show Apple is still a leader of something, other than profit share.
If you want to see "why" these stupid pie charts show Safai as the leading web browser (and therefore, must be because no one uses the web on an Android device
), here is a simple test for you.
If you are on an Android device or a Windows machine using Chrome, plug this website into Chrome and look at your results.
thismachine.info
Bet you $100 it will look something like this if you are on a Windows machine:
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.94 Safari/537.36
If you are on a mobile browser, it will look like this:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Safari/537.36
And what does this mean?
Most Web browsers use a User-Agent value as follows: Mozilla/[version] ([system and browser information]) [platform] ([platform details]) [extensions].
The components of the strings above are as follows:
Mozilla/5.0: Previously used to indicate compatibility with the Mozilla rendering engine
(Linux or Windows or OSX): Details of the system in which the browser is running. For mobile Chrome this equates to Linux, which a web sniffing bot will not be able to rectify as Android.
AppleWebKit/531.21.10: The platform the browser uses
(KHTML, like Gecko): Browser platform details
Mobile/7B405: This is used by the browser to indicate specific enhancements that are available directly in the browser or through third parties.
Do you see any reason above, why Safari might be getting more readings than it should by automated web sniffing bots?