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