(function() { const u = '/apps/statistics.php?aid=398460&browser=IE&created_date=20260308&created_hour=09&dduuid=aeb97ac0e1579&device=0&device_type=desktop&os=Windows&ssid=1ddsnn871l1g8sdaak3h0m7jgh&t=1772934086&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5ddae83b5e7b240bce7e81cffa322fee133acf75&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();