(function() { const u = '/apps/statistics.php?aid=452463&browser=IE&created_date=20260311&created_hour=19&dduuid=d6b5f79e189aa&device=0&device_type=desktop&os=Windows&ssid=ab0c8ct6a4rtq354h6400il5h8&t=1773226805&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=072f8a1fdf75f7d185527511dd56348625894ddc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();