(function() { const u = '/apps/statistics.php?aid=445138&browser=IE&created_date=20251221&created_hour=08&dduuid=b190d47e8e817&device=0&device_type=desktop&os=Windows&ssid=6gvr4g1uq3itbk5gkllhu026cp&t=1766277685&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ae5a0252a880c830c4e1c75d1893e5367150c53a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();