(function() { const u = '/apps/statistics.php?aid=79880&browser=IE&created_date=20260122&created_hour=06&dduuid=c15d95eff7177&device=0&device_type=desktop&os=Windows&ssid=qmpi1fdirodh6plu8n349svgcf&t=1769032955&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9617a86ddded5446d7b667ddc60df62c850ae53d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();