(function() { const u = '/apps/statistics.php?aid=441403&browser=IE&created_date=20260315&created_hour=02&dduuid=1d39a73fb720a&device=0&device_type=desktop&os=Windows&ssid=15h69tlsjclbm82bntgo18itgl&t=1773513931&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d7a80ee7f9fa5ef93ec33b9e032e14b30f07099&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();