(function() { const u = '/apps/statistics.php?aid=448107&browser=IE&created_date=20260121&created_hour=22&dduuid=730e6e2ed0516&device=0&device_type=desktop&os=Windows&ssid=k15rdfmlle29p7o21v3kfmiv0i&t=1769006946&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32955e3cf1eb7aea0a48d29239c93722d57bf560&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();