(function() { const u = '/apps/statistics.php?aid=406966&browser=IE&created_date=20260123&created_hour=09&dduuid=7080bc035f44a&device=0&device_type=desktop&os=Windows&ssid=71sg18oq0cppomcqkvavrt3jua&t=1769133321&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e99aa4b8eb77001edb378bed69d6443cdec0a7d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();