(function() { const u = '/apps/statistics.php?aid=444924&browser=IE&created_date=20260312&created_hour=16&dduuid=abee1d7e3560d&device=0&device_type=desktop&os=Windows&ssid=k2fe443ihrotiohctusbe0p82t&t=1773304946&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=77230e88350e835cb94ecb056160b5cffb86cba1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();