(function() { const u = '/apps/statistics.php?aid=439055&browser=IE&created_date=20251223&created_hour=19&dduuid=89ded0a189ad8&device=0&device_type=desktop&os=Windows&ssid=0lq7v8uofn8k7cbuod7neat26d&t=1766487846&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d037665701df203c22a58ce0e35cb98a19ce0526&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();