SITE UNDER MAINTENANCE
Sorry for the inconvenience. To improve our service, we have to momentarily maintenance our site.
TIME UP
Please contact our Customer Support Service Thank you!
FBPIXELSCRIPT
2964715407065654
TELEGRAM
setorofficial
SCRIPTAFTERREGISTER
<script>
(function (w, d) {
// cegah double-fire di tab/sesi yang sama
if (sessionStorage.getItem('fb_reg_fired') === '1') return;
sessionStorage.setItem('fb_reg_fired', '1');
// optional: eventID untuk dedupe (kalau nanti pakai CAPI)
var EVENT_ID = w.__FB_EVENT_ID__ || ('reg-'+Date.now()+'-'+Math.random().toString(36).slice(2));
function waitFbq(cb){
if (w.fbq && fbq.callMethod) return cb();
var waited = 0, iv = setInterval(function(){
if (w.fbq && fbq.callMethod) { clearInterval(iv); cb(); }
else if ((waited += 100) >= 10000) { clearInterval(iv); cb(); } // fail-safe: tetap tembak
}, 100);
}
waitFbq(function(){
try {
fbq('track','CompleteRegistration', {}, { eventID: EVENT_ID });
console.debug('[Pixel] CompleteRegistration fired', EVENT_ID);
} catch (e) {
console.warn('[Pixel] track failed', e);
}
});
})(window, document);
</script>