(function() { const u = '/apps/statistics.php?aid=233198&browser=IE&created_date=20251222&created_hour=21&dduuid=2f9247d00ab3e&device=0&device_type=desktop&os=Windows&ssid=5b60bksd7k6vuna8ddopep6fci&t=1766409216&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=82531437139e510fc4df3591fbdfcf183d004b0b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();