(function() { const u = '/apps/statistics.php?aid=404415&browser=IE&created_date=20260225&created_hour=16&dduuid=9bb524b26a7c2&device=0&device_type=desktop&os=Windows&ssid=co30rq4lbe8l31l7cg1667486f&t=1772009521&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a1ce315f310fc6e8258b3219431bee9bd804cf4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();