(function() { const u = '/apps/statistics.php?aid=25036&browser=IE&created_date=20260311&created_hour=09&dduuid=116b6314e36a6&device=0&device_type=desktop&os=Windows&ssid=rb38ndhqa3p20algppbtvoe38t&t=1773192412&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=20e5cf6edeab40bbbf7bb25dd3ce4aee84e9e532&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();