(function() { const u = '/apps/statistics.php?aid=412658&browser=IE&created_date=20260119&created_hour=15&dduuid=eb0f77c1d5d0c&device=0&device_type=desktop&os=Windows&ssid=6hut68hmlpkeal75sij07dgvh9&t=1768808549&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5419d410b9f2bfeb4c3c676d81158311fd1a330d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();