(function() { const u = '/apps/statistics.php?aid=11221&browser=IE&created_date=20260311&created_hour=18&dduuid=719124febe72a&device=0&device_type=desktop&os=Windows&ssid=8hn7863kerqlodua8uoit4og1a&t=1773225616&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6b9f2f702e93aae9332f70a4511606a31bd70753&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();