(function() { const u = '/apps/statistics.php?aid=419628&browser=IE&created_date=20260114&created_hour=10&dduuid=0d0e5c698a2a6&device=0&device_type=desktop&os=Windows&ssid=i1neqfjm7fin668na4kpo62ubg&t=1768356183&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=357890ee32a25b117891725790920fc863185a66&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();