(function() { const u = '/apps/statistics.php?aid=451329&browser=IE&created_date=20260312&created_hour=17&dduuid=d3fdbd9dcd60b&device=0&device_type=desktop&os=Windows&ssid=74tmf4g31mdqbijvgg9b81im1m&t=1773309018&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1823fb630ce58ffba69994ec2510bf40b012256&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();