(function() { const u = '/apps/statistics.php?aid=455657&browser=IE&created_date=20260227&created_hour=09&dduuid=3d704c494befc&device=0&device_type=desktop&os=Windows&ssid=1ufp58ls6msptrqel7rttui4cm&t=1772156339&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ba0c764bebaa0e85763244070e55ba4c1535f612&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();