(function() { const u = '/apps/statistics.php?aid=213692&browser=IE&created_date=20260303&created_hour=14&dduuid=2e3a93445a241&device=0&device_type=desktop&os=Windows&ssid=54tl4kdq570946mop92pim2na5&t=1772518497&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c622697c0f0e98f2f8ed623fa4dc9390276d7dc8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();