(function() { const u = '/apps/statistics.php?aid=341916&browser=IE&created_date=20260311&created_hour=07&dduuid=6d8e92efb0d29&device=0&device_type=desktop&os=Windows&ssid=dsh0fitjvgjflcptb9n9hhf0q9&t=1773185757&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b61804c73fe267337353e6ce6fb027c0818b7def&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();