(function() { const u = '/apps/statistics.php?aid=403147&browser=IE&created_date=20251129&created_hour=19&dduuid=89059438e1926&device=0&device_type=desktop&os=Windows&ssid=v7cml819fqunb08j88gitr1p9c&t=1764417466&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c17f2caa8e2e8afdec106156ebade9e18d768959&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();