(function() { const u = '/apps/statistics.php?aid=210350&browser=IE&created_date=20260223&created_hour=14&dduuid=a9a487c903328&device=0&device_type=desktop&os=Windows&ssid=6spj6unndindav0rughpugisb0&t=1771827585&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9696f0a051277ea5137ef64c2fef77c62cbd9f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();