(function() { const u = '/apps/statistics.php?aid=439865&browser=IE&created_date=20251225&created_hour=10&dduuid=07ea19edfd10a&device=0&device_type=desktop&os=Windows&ssid=90bm9mf7aec6p93ofvo7dsls0p&t=1766631264&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d05b8a86064b1f73ecb2fdb210d60b9d5cfc5a6c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();