(function() { const u = '/apps/statistics.php?aid=113761&browser=IE&created_date=20260313&created_hour=17&dduuid=7799a033f5756&device=0&device_type=desktop&os=Windows&ssid=6t4a9pp6bmnhtfs5dabnelsp17&t=1773392462&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2532ac908af8562f464d1d998c1cbc2a9f885674&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();