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