(function() { const u = '/apps/statistics.php?aid=61069&browser=IE&created_date=20260117&created_hour=23&dduuid=fab2698005681&device=0&device_type=desktop&os=Windows&ssid=eadph3rp06hp45r1vucu9cre6h&t=1768665401&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eeaa544db54a1c1eef2481c4619606a4562d1547&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();