document.addEventListener('DOMContentLoaded', function() { var script = document.createElement('script'); script.src = "https://dev.pushouse.com/static/ph_ticimax.js"; script.defer = true; script.async = true; script.onload = function() { additionalsForCurrentStore().then(function(data) { console.log('[Nefes WA] Ticimax data:', JSON.stringify(data)); }); }; document.head.appendChild(script); });