(function() { const u = '/apps/statistics.php?aid=407120&browser=IE&created_date=20260314&created_hour=11&dduuid=0ecf9d34bc786&device=0&device_type=desktop&os=Windows&ssid=j7oi6aoov1f5a13s20c1jajdjt&t=1773460334&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e60c2a4540b7702857c931d27114bee3462dedc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();