(function() { const u = '/apps/statistics.php?aid=427448&browser=IE&created_date=20260125&created_hour=02&dduuid=f7c53af31f956&device=0&device_type=desktop&os=Windows&ssid=63rqelnvsrk4d5pqu0q1r9fp8e&t=1769280975&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c5f6222c408c0f9c3b5e942dede5611dfc261718&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();