(function() { const u = '/apps/statistics.php?aid=440713&browser=IE&created_date=20251222&created_hour=06&dduuid=c13c49b01f597&device=0&device_type=desktop&os=Windows&ssid=k1hfq094nl8jpqnj60sjqgcpbj&t=1766355099&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e50279a9e596138f30f9c238756001405411594&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();