(function() { const u = '/apps/statistics.php?aid=453356&browser=IE&created_date=20260224&created_hour=23&dduuid=0338d5a051aa6&device=0&device_type=desktop&os=Windows&ssid=qgci50j2m19l901m3lk59r40ne&t=1771947534&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ece9992cab76b37fb01cdeb115544231301c6844&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();