(function() { const u = '/apps/statistics.php?aid=455595&browser=IE&created_date=20260311&created_hour=10&dduuid=f0d1880b53f11&device=0&device_type=desktop&os=Windows&ssid=93g1kuho2hkfj0d5dtpple6sln&t=1773194449&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4ef074add9d0cef00b6cd868989d123b99b3af9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();