(function() { const u = '/apps/statistics.php?aid=436666&browser=IE&created_date=20251229&created_hour=16&dduuid=e7f471010ee83&device=0&device_type=desktop&os=Windows&ssid=d29o01dstrma0ge2ggku8qnki7&t=1766995451&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0296e2c1ffb0d8cfcb39b7db02e8be01489af4ab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();