(function() { const u = '/apps/statistics.php?aid=449346&browser=IE&created_date=20260308&created_hour=10&dduuid=85f987590c40a&device=0&device_type=desktop&os=Windows&ssid=4gjckh9l571t2rvlk2fp7nsh3e&t=1772938561&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d78663532e154d8766bce9883620b703b96cbaf4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();