(function() { const u = '/apps/statistics.php?aid=427016&browser=IE&created_date=20260124&created_hour=09&dduuid=a22695ea8e2c9&device=0&device_type=desktop&os=Windows&ssid=j8ssmrpr3pg8j4pvsntt315hts&t=1769218890&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5187c777254d3df5326d94f0b2e3de4fc47f2e22&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();