(function() { const u = '/apps/statistics.php?aid=402604&browser=IE&created_date=20260311&created_hour=18&dduuid=ddff3753380d1&device=0&device_type=desktop&os=Windows&ssid=gc4rqq6fuo74bchi8q2iaui5rm&t=1773223647&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=90853f150693cc6e2b761af4b8b46a23614ee185&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();