(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251207&created_hour=14&dduuid=83b8a759fdb21&device=0&device_type=desktop&os=Windows&ssid=r0io252bobq8chr1f6ugth1is6&t=1765090582&typeid=4&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d157c022a9f77feab4c47adc06af31518915b03e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();