(function() { const u = '/apps/statistics.php?aid=451707&browser=IE&created_date=20260311&created_hour=09&dduuid=28b1e9199509c&device=0&device_type=desktop&os=Windows&ssid=o4r2gs21ffmucdl21qmu94j2vv&t=1773193649&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=abe32786270ff5711922412a61372d8198b08488&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();