(function() { const u = '/apps/statistics.php?aid=419650&browser=IE&created_date=20260114&created_hour=08&dduuid=7d57034309a85&device=0&device_type=desktop&os=Windows&ssid=dsc8q3qh09vjcij8i1psrb4v1i&t=1768349853&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=26c320958d1a6276b8856a1aba5535128e4cb8af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();