(function() { const u = '/apps/statistics.php?aid=209123&browser=IE&created_date=20251228&created_hour=21&dduuid=4d8f84851d0c7&device=0&device_type=desktop&os=Windows&ssid=efm14qcva268k639tuli04g1un&t=1766927279&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=501a31413fdfcb2d84fe8700930c01d9f53c9626&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();