(function() { const u = '/apps/statistics.php?aid=439607&browser=IE&created_date=20260308&created_hour=18&dduuid=fc8c615ceef4c&device=0&device_type=desktop&os=Windows&ssid=sgngi2sig2ta0llqb7jt63dmq9&t=1772967086&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=097e1024e2cefc800a0ba6867327691369e89ada&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();