(function() { const u = '/apps/statistics.php?aid=452514&browser=IE&created_date=20260311&created_hour=00&dduuid=fdef18b859746&device=0&device_type=desktop&os=Windows&ssid=g1r2pe3o0j4ov6ch1hvai3khnf&t=1773159155&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=66358d7dc500e1054ef2179201002cb280b1d267&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();