(function() { const u = '/apps/statistics.php?aid=453121&browser=IE&created_date=20260305&created_hour=07&dduuid=b582c9622a861&device=0&device_type=desktop&os=Windows&ssid=4ai53ih35r2umoajtteqiei66h&t=1772668538&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f208066c7ba665afa85757a47f95c03e5b112444&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();