(function() { const u = '/apps/statistics.php?aid=30&browser=IE&created_date=20260227&created_hour=06&dduuid=cc4b0aacc9ba1&device=0&device_type=desktop&os=Windows&ssid=9877p4udq571jt0h69u4cq8ifg&t=1772144325&typeid=6&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9fbeca467f74d5190f70c374cf0df15e0278df99&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();