(script) function apbct_attach_event_handler__backend(elem, event, callback){ if(typeof window.addEventListener === "function") elem.addEventListener(event, callback); else elem.attachEvent(event, callback); } apbct_attach_event_handler__backend(window, 'load', function(){ if (typeof ctSetCookie === "function") ctSetCookie('ct_checkjs', '1151547682' ); else console.log('APBCT ERROR: apbct-public--functions is not loaded.'); });