(function() { const u = '/apps/statistics.php?aid=451324&browser=IE&created_date=20260311&created_hour=09&dduuid=59558b2fa24db&device=0&device_type=desktop&os=Windows&ssid=belfe6p9okp4is779h0uito406&t=1773193049&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a72c7e1e2c76b20ffc761c9b512887781bcf699a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();