(function() { const u = '/apps/statistics.php?aid=443772&browser=IE&created_date=20260223&created_hour=18&dduuid=b23603ba9e4db&device=0&device_type=desktop&os=Windows&ssid=un3m1nursigb8u50tfbhnau98p&t=1771844396&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=55aafefd6e656a99cd101ff93c48f945a701ffe6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();