(function() { const u = '/apps/statistics.php?aid=421985&browser=IE&created_date=20260201&created_hour=02&dduuid=79aef246f1b80&device=0&device_type=desktop&os=Windows&ssid=f1f92rb3tkut4mnndrvm6iimr7&t=1769885890&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d01dfcd628660663710778c455227350f3b1637b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();