(function() { const u = '/apps/statistics.php?aid=408517&browser=IE&created_date=20260121&created_hour=23&dduuid=770db92678e18&device=0&device_type=desktop&os=Windows&ssid=1170f1m6c52p35bm2t90tga7la&t=1769009872&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed1863daf96c0380611c9167745dbd0de2fc2f4a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();