(function() { const u = '/apps/statistics.php?aid=454988&browser=IE&created_date=20260224&created_hour=07&dduuid=e32fe9f5306a3&device=0&device_type=desktop&os=Windows&ssid=2d5ab9nndju2mouosmpji1pglp&t=1771890687&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f97f32cd52222c72df7add06b53c47c48978cb85&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();