(function() { const u = '/apps/statistics.php?aid=407102&browser=IE&created_date=20260306&created_hour=11&dduuid=3b7dfd783245f&device=0&device_type=desktop&os=Windows&ssid=ec6i7o9lv9uqq6ehtclm96k8ql&t=1772767667&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=44607e97095a71f37a3b35a02c68591c01bf244f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();