(function() { const u = '/apps/statistics.php?aid=448791&browser=IE&created_date=20260226&created_hour=06&dduuid=639b46ed17ba6&device=0&device_type=desktop&os=Windows&ssid=q7fr2f4pgs6lk0ra07eq58h1jd&t=1772057230&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4588846d0b3098f9ef27ee39eeec8e82a5f10c43&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();