(function() { const u = '/apps/statistics.php?aid=454539&browser=IE&created_date=20260314&created_hour=10&dduuid=011d0433b4888&device=0&device_type=desktop&os=Windows&ssid=oj1osuoqch8idi8nomb6rvu3s6&t=1773455605&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca4901b08eb0c2e78ad220976337cfd8df80d122&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();