(function() { const u = '/apps/statistics.php?aid=395807&browser=IE&created_date=20260304&created_hour=04&dduuid=7e3435978b6eb&device=0&device_type=desktop&os=Windows&ssid=b0hgrtopp652lk5kiad84it0gq&t=1772569178&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=630cfffe3b9c3d71859edc717d04e52d0f857ee5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();