(function() { const u = '/apps/statistics.php?aid=436391&browser=IE&created_date=20260315&created_hour=23&dduuid=07a72f9ae3782&device=0&device_type=desktop&os=Windows&ssid=dns7v5tlc1nqmokccbtf7r44l1&t=1773588009&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=97aa76bcb89e4acbe5301e15445cef6d12c26316&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();