(function() { const u = '/apps/statistics.php?aid=262760&browser=IE&created_date=20260315&created_hour=21&dduuid=e3d35bb915347&device=0&device_type=desktop&os=Windows&ssid=e2ovv4s0hif2vdkpbegs6qfplr&t=1773582939&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df6aa8e3e825aa7f9549a90430e64ab5675c8662&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();