(function() { const u = '/apps/statistics.php?aid=240640&browser=IE&created_date=20260310&created_hour=21&dduuid=4418601d4d85a&device=0&device_type=desktop&os=Windows&ssid=1bn8q1qqccmcgdqe9ijn08p0h7&t=1773150171&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e22a2d1e5aae3d6488b7cd4275c9439e2a317589&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();