(function() { const u = '/apps/statistics.php?aid=439491&browser=IE&created_date=20260304&created_hour=01&dduuid=9918817cd7df4&device=0&device_type=desktop&os=Windows&ssid=531deb1lf4v4nhhgup82dj4c10&t=1772560650&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cf99c6fc159f74a2ebb9100210f5329af522082d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();