(function() { const u = '/apps/statistics.php?aid=425388&browser=IE&created_date=20260126&created_hour=15&dduuid=32eb37d62bd30&device=0&device_type=desktop&os=Windows&ssid=qcrri6uglqgatbooodg6aar5ot&t=1769411080&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c04834c9f86c245058187023889b35aa06a48beb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();