(function() { const u = '/apps/statistics.php?aid=440690&browser=IE&created_date=20260225&created_hour=04&dduuid=2aed1fe0595c3&device=0&device_type=desktop&os=Windows&ssid=pg5k5p64q7gjgucmtoh61accq2&t=1771966656&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=27b59473cdf9c3ed11c75221b069f4c8ed32d293&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();