(function() { const u = '/apps/statistics.php?aid=425044&browser=IE&created_date=20260310&created_hour=10&dduuid=e830b6db4a1a0&device=0&device_type=desktop&os=Windows&ssid=o254q34cbq6lstoupnuln1l1dt&t=1773110306&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=09da60137f8e0ebe0809175dfa92bce50f473ef6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();