(function() { const u = '/apps/statistics.php?aid=454467&browser=IE&created_date=20260223&created_hour=22&dduuid=2557754d0b1e9&device=0&device_type=desktop&os=Windows&ssid=bdaf7ljimvi5t88kf11da9ebrk&t=1771856600&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7c0f4e3afee3878be8b7e9a9df1976c62c91f060&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();