(function() { const u = '/apps/statistics.php?aid=370642&browser=IE&created_date=20251220&created_hour=18&dduuid=6a9b0a9a0a4bb&device=0&device_type=desktop&os=Windows&ssid=hpdnag1ajpg3kl4c9ejgbnd71m&t=1766225653&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f615dfc53216a18df8831201816f14ab0283bd2b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();