(function() { const u = '/apps/statistics.php?aid=207098&browser=IE&created_date=20260228&created_hour=16&dduuid=c058f3e46c7f1&device=0&device_type=desktop&os=Windows&ssid=2d3shd122n1i1qlvqis26ft3aq&t=1772268848&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1f835724898a872682ba84960e8e4ea34bcf37d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();