(function() { const u = '/apps/statistics.php?aid=213807&browser=IE&created_date=20260301&created_hour=09&dduuid=9a847eda3e791&device=0&device_type=desktop&os=Windows&ssid=4eg8dc86of3fk5bc6nv45urcg2&t=1772327554&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d6e81f1fc9f8f333d4d1e6d7ddd06be01ad2e08&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();