Thanks for your fast answer LostKobrakai but i found the problem:
There's an index.html file written by ProCache module in /site2016/site/assets/ProCache-xxxxxxxx with this:
document.location.href="http://www.xxxxxx.org/site2014/home/";
that got copied from previous installation. Just changed this to:
document.location.href="http://www.xxxxxx.org/site2016/home/";
and everything is ok now!