The library does not work in strict mode (so it fails when using most of js frameworks and libraries).
Does not work in strict-mode js because statement 'with' is deprecated and should not be used as explained in:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/with
the 'with' statement is used in jsstats.js (line: 93 & line: 130)