(function() { const u = '/apps/statistics.php?aid=443953&browser=IE&created_date=20251217&created_hour=04&dduuid=1ba60466401d0&device=0&device_type=desktop&os=Windows&ssid=84v5f7aarf436dhlb8op24j4qd&t=1765917360&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ffaa1af19022c9e74bbeae31b39cc67ddd9083f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();