(function() { const u = '/apps/statistics.php?aid=340413&browser=IE&created_date=20260228&created_hour=18&dduuid=13baf930826c8&device=0&device_type=desktop&os=Windows&ssid=5oqfocj9j0mdimat03f3rndm17&t=1772275181&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b819c770347163e464850fd6f960d384a19e9442&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();