(function() { const u = '/apps/statistics.php?aid=435569&browser=IE&created_date=20251231&created_hour=13&dduuid=10db110a1a9a2&device=0&device_type=desktop&os=Windows&ssid=1l04k6pnsgic346ipt9an99le7&t=1767159356&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e62ad4f5689cbc4287c030fcefa3d5646e81aaff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();