(function() { const u = '/apps/statistics.php?aid=395139&browser=IE&created_date=20251218&created_hour=03&dduuid=3a02049ca9653&device=0&device_type=desktop&os=Windows&ssid=qi9e6oot98k3ap1rgvio8iffqm&t=1766000287&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6c3eb0227ae8f9dc9def6e6fdf71f60c273d5ff4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();