(function() { const u = '/apps/statistics.php?aid=447030&browser=IE&created_date=20260113&created_hour=22&dduuid=aa0bbe1d0078e&device=0&device_type=desktop&os=Windows&ssid=2td0hi457l093jdeqme77m14hr&t=1768316316&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e822c5d1f743cbcceabaad9b0c5ef19af0ff91c0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();