(function() { const u = '/apps/statistics.php?aid=455673&browser=IE&created_date=20260304&created_hour=11&dduuid=4d27794ca307b&device=0&device_type=desktop&os=Windows&ssid=1bkki0jcfr4ntlu8j91l3amp0m&t=1772594587&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e5cddc8a0c88155e52e555833e7aff8fd7884d2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();