Every browser normally sends a User-Agent header in its HTTP request. You can use this header to determine what browser and version a website is using, i.e. Internet Explorer, Firefox, whether it’s a mobile browser, an iPhone, etc..
So, what’s your browser’s User-Agent? Just type this in the address bar:
javascript:alert(navigator.userAgent)