Server raised exception for status when running on Windows
The status module raise an exception when used on OS without AF_UNIX
(like Windows) but does not crash because it is in a thread.
As it is not a critical behavior, I think we should just not start the thread and end trytond-stat
nicely.