(function() { const u = '/apps/statistics.php?aid=392061&browser=IE&created_date=20260305&created_hour=02&dduuid=ce6dd51f5774d&device=0&device_type=desktop&os=Windows&ssid=u2pttpccgmo3nrkfpl8q1rrn14&t=1772649277&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5ba462e3d1d80aa425cb5e06941694164f86e435&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();