(function() { const u = '/apps/statistics.php?aid=172577&browser=IE&created_date=20251207&created_hour=22&dduuid=967252741e961&device=0&device_type=desktop&os=Windows&ssid=rp5b57in0g19f90ubln7cpcb1b&t=1765117117&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e49dfcede9fe46e5c4bf2795e80ef0e5e3c4a86&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();