(function() { const u = '/apps/statistics.php?aid=349319&browser=IE&created_date=20251220&created_hour=10&dduuid=e59aeac161eec&device=0&device_type=desktop&os=Windows&ssid=9dt1slj8fhh0rflgsjo7imbo26&t=1766199504&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e9ffff317e0aa49d15fa3158a992abd0561d9a3a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();