(function() { const u = '/apps/statistics.php?aid=454069&browser=IE&created_date=20260224&created_hour=09&dduuid=104d37a67e24f&device=0&device_type=desktop&os=Windows&ssid=fqoub8uc1l2h1lfabchsraa4s1&t=1771895464&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=be0cae9e9f7ea4384ce5d30839422ccab64cdc41&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();