(function() { const u = '/apps/statistics.php?aid=35956&browser=IE&created_date=20260310&created_hour=21&dduuid=8dd40c5692266&device=0&device_type=desktop&os=Windows&ssid=mqpti9gloks8c85k7r2am471ea&t=1773150298&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6d645caff133e9b4aadc11dd23df7e829c3d8a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();