(function() { const u = '/apps/statistics.php?aid=454731&browser=IE&created_date=20260225&created_hour=04&dduuid=14842fc011c55&device=0&device_type=desktop&os=Windows&ssid=1ncqlv1jl7tiepftvmjuc8o65a&t=1771965504&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32181e93a4c5813b575f3cd1021b3176ddbd15f0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();