(function() { const u = '/apps/statistics.php?aid=51705&browser=IE&created_date=20260310&created_hour=18&dduuid=2b601ac914119&device=0&device_type=desktop&os=Windows&ssid=rceir611kar6htf3f6pj8os0sn&t=1773139395&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94ed5e2b0aebe25812b99f0030317b9789ed609e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();