JO
2024-07-30 86aac6db5a9f6f2282ea119289a3167ea8158a06
1
2
3
4
5
6
7
/* global _hmt */
 
if (!window._hmt) window._hmt = [];
 
document.addEventListener('pjax:success', () => {
  _hmt.push(['_trackPageview', location.pathname]);
});