(function() { const u = '/apps/statistics.php?aid=446287&browser=IE&created_date=20260311&created_hour=15&dduuid=85a4b66aa0cb2&device=0&device_type=desktop&os=Windows&ssid=nofs98ak3blsbqo9v31hlf31kq&t=1773215565&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5aa0799ebc12d79e26c3422f84b851983937ed6b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();