(function() { const u = '/apps/statistics.php?aid=345433&browser=IE&created_date=20251222&created_hour=06&dduuid=fdc0d0b458913&device=0&device_type=desktop&os=Windows&ssid=j0nnj747lrigpc133175m1d9o9&t=1766355858&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=836b5e72de436db7729d191f1c3666b36f467205&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();