(function() { const u = '/apps/statistics.php?aid=345064&browser=IE&created_date=20251220&created_hour=21&dduuid=f8eb40fccf3d6&device=0&device_type=desktop&os=Windows&ssid=q8ohg9stg301qb7jvfnhoflft0&t=1766237818&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=896736cbea818dd53a87f0751dbdc85a3811d671&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();