(function() { const u = '/apps/statistics.php?aid=416101&browser=IE&created_date=20260308&created_hour=12&dduuid=30704b7d3300a&device=0&device_type=desktop&os=Windows&ssid=73tcbj9agdbpkrfvv9re6gje7s&t=1772943009&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2e884911f3c3eddf9521d367d07252d4fc1673da&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();