(function() { const u = '/apps/statistics.php?aid=450617&browser=IE&created_date=20260307&created_hour=15&dduuid=ad50b4513fa0b&device=0&device_type=desktop&os=Windows&ssid=gbgbks8m2db4sigjgk6lm1nd3h&t=1772866863&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89cc244c7fc0e3f9ae078a5356eed7e8e166f4e8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();