(function() { const u = '/apps/statistics.php?aid=340410&browser=IE&created_date=20260228&created_hour=14&dduuid=08d4ef642b4f5&device=0&device_type=desktop&os=Windows&ssid=8d71n08rjbpajka4qbighnn1ce&t=1772261057&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=955fed541acb3f95cfb4b93772c24195e7216b71&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();