(function() { const u = '/apps/statistics.php?aid=390990&browser=IE&created_date=20260310&created_hour=17&dduuid=bda2df82d74aa&device=0&device_type=desktop&os=Windows&ssid=m960ajqgep99p6pjchafbo1o70&t=1773133711&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b7972c9a1a501bd6ce9283168ff3d708318d11ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();