ECHO is not important, running __construct() function is importance, could you help me?
Not if you don't pay attention.
Of course the echo isn't important! Seriously...
You think the __construct() doesn't work because you don't see the echo right? But as I explained to you before, sometimes you have to kill the script to see the echo. I can't remember the exact circumstances but I have ran into the need to kill the script to see the debug data. In other words, you might not be seeing the echo even if the __construct works. So do what I said and put the exit below the echo and see what happens. If script breaks then the construct works and your problem is elsewhere.
That said, I just copied your code into my plugins directory and, well, it works. I see 'this is __construct' at the top of the page. You did activate the plugin, right? And you are running PHP5 and not PHP4, right?