(function() { const u = '/apps/statistics.php?aid=434673&browser=IE&created_date=20260311&created_hour=22&dduuid=1389fe8f3297b&device=0&device_type=desktop&os=Windows&ssid=otbfjt9g6tejds9n1qrtg6h7op&t=1773238820&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=af912455ffc21e6f457e60ffa19de6464a5a2836&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();