(function() { const u = '/apps/statistics.php?aid=260587&browser=IE&created_date=20260316&created_hour=05&dduuid=299c1ea90dc4f&device=0&device_type=desktop&os=Windows&ssid=o4c3mcjc0nq5m4jtmmtgha09mc&t=1773610407&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=545eab2340276c94ae41f2f0ae66a7f2a94464bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();