(function() { const u = '/apps/statistics.php?aid=375520&browser=IE&created_date=20260113&created_hour=12&dduuid=c06a586184b06&device=0&device_type=desktop&os=Windows&ssid=anpj89fvancaal5b2t7570qebr&t=1768279675&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=034311b34ca1af81a02309bfe854685b7db71827&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();