(function() { const u = '/apps/statistics.php?aid=452514&browser=IE&created_date=20260306&created_hour=01&dduuid=0ac95a4ecb0e7&device=0&device_type=desktop&os=Windows&ssid=7gvrodlm4uro889n56bfgj98eq&t=1772732428&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=64d313dd2814840cd9185eb8b2ef590fa3655c8f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();