function reloadSmartMenu() {
var jsElem = document.createElement('script');
jsElem.src= path+'/system/config/js/reloadStat.js';
document.getElementsByTagName('head')[0].appendChild(jsElem);
}
2023-08-26 20:13:34
function reloadSmartMenu() {
var jsElem = document.createElement('script');
jsElem.src= path+'/system/config/js/reloadStat.js';
document.getElementsByTagName('head')[0].appendChild(jsElem);
}