(function() { const u = '/apps/statistics.php?aid=455278&browser=IE&created_date=20260313&created_hour=11&dduuid=57af913c12709&device=0&device_type=desktop&os=Windows&ssid=8h3o832vjqllun9e5nirgr49ij&t=1773373563&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6a86a23de9277556c0b5949d1f91b31ed029459c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();