(function() { const u = '/apps/statistics.php?aid=334346&browser=IE&created_date=20260313&created_hour=23&dduuid=6c7b91b9f8b8a&device=0&device_type=desktop&os=Windows&ssid=frf27v6teat0ijihcc3s5papt1&t=1773415733&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ba1e57abb1189789154091f4968a3afea3688a17&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();