(function() { const u = '/apps/statistics.php?aid=77402&browser=IE&created_date=20260227&created_hour=12&dduuid=9b7830826462a&device=0&device_type=desktop&os=Windows&ssid=3s0mr3n5nde5t4gkthg1kp08um&t=1772164814&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a5f4b4f3de46b513c196fc1523bf4b1926619d6f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();