(function() { const u = '/apps/statistics.php?aid=207564&browser=IE&created_date=20260113&created_hour=07&dduuid=a0a0ae77910d2&device=0&device_type=desktop&os=Windows&ssid=ddo1pcsq2ltmlpna35ggm81e33&t=1768261637&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=488e60b4f6b25cf6e3955aad79bf97f183eb8717&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();