(function() { const u = '/apps/statistics.php?aid=262748&browser=IE&created_date=20260119&created_hour=08&dduuid=56e284e780aa9&device=0&device_type=desktop&os=Windows&ssid=el2qa437mnm1857t6h8qa3ilq0&t=1768782908&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=39795d6891fdd982598d5fabb57570d798c40179&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();