(function() { const u = '/apps/statistics.php?aid=210490&browser=IE&created_date=20251222&created_hour=22&dduuid=1f486d1992e61&device=0&device_type=desktop&os=Windows&ssid=hphs25odocgcn47h6nb1413vai&t=1766413646&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a25c08bfbc9b56f460ce9ba43f8a1d6b670a79b0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();