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