(function() { const u = '/apps/statistics.php?aid=562&browser=IE&created_date=20260310&created_hour=09&dduuid=93b1cae29828c&device=0&device_type=desktop&os=Windows&ssid=qog48hp9fpnu4291eu9ofo7h14&t=1773106240&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e77e6c0abbf8e27a435f556fa486ef7804f4ea14&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();