(function() { const u = '/apps/statistics.php?aid=439200&browser=IE&created_date=20251226&created_hour=10&dduuid=1851285e2aa7e&device=0&device_type=desktop&os=Windows&ssid=r14bh23a2dgl0s7ir7fi2f45ra&t=1766716371&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=691829fc7baf9c155cb645186cb2757918af421c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();