(function() { const u = '/apps/statistics.php?aid=425045&browser=IE&created_date=20260113&created_hour=16&dduuid=9529b8c032e3a&device=0&device_type=desktop&os=Windows&ssid=9d9mot2tt0sst7pi8qf5kttrbn&t=1768291226&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=73af740db374c339c820c4beb1b678c320978af1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();