(function() { const u = '/apps/statistics.php?aid=445725&browser=IE&created_date=20260125&created_hour=11&dduuid=35260c15a4e40&device=0&device_type=desktop&os=Windows&ssid=7sb7gjor62al7e7aai0oicqk3d&t=1769312114&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b01e72a60f4dcc8bff4ad91f6bc7b67bd334589d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();