(function() { const u = '/apps/statistics.php?aid=406153&browser=IE&created_date=20260312&created_hour=15&dduuid=b31b3895deb0f&device=0&device_type=desktop&os=Windows&ssid=2po1l53m1srh9kg93e66nrth0u&t=1773301465&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80dd3ff4866918b2a2e4bfcdc550910aac937110&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();