(function() { const u = '/apps/statistics.php?aid=456124&browser=IE&created_date=20260310&created_hour=15&dduuid=1e2662af30efc&device=0&device_type=desktop&os=Windows&ssid=maikmeqmrjbhdgujobo7go3u1l&t=1773128681&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f4fefe167e109e707218377e1fd085fff05cc513&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();