(function() { const u = '/apps/statistics.php?aid=27&browser=IE&created_date=20251126&created_hour=03&dduuid=89693edce9a75&device=0&device_type=desktop&os=Windows&ssid=jtaf9fv55n7aqu533jm3ed175p&t=1764099624&typeid=6&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=522f672e15759ef75cb00e5bf234d33db7af3886&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();