(function() { const u = '/apps/statistics.php?aid=451044&browser=IE&created_date=20260314&created_hour=11&dduuid=db3636b594d3b&device=0&device_type=desktop&os=Windows&ssid=5npaotdcd7uc1n82hag4i32rud&t=1773460094&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ae581995128a6bd9eaec328f258b70b69a6b930c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();