(function() { const u = '/apps/statistics.php?aid=98730&browser=IE&created_date=20260227&created_hour=16&dduuid=d4b0b31d80b3c&device=0&device_type=desktop&os=Windows&ssid=dlros6t571qovkn347p4q2d71c&t=1772181947&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e85a42e613f815f4027a10bb105f4a4011ae536&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();