(function() { const u = '/apps/statistics.php?aid=453821&browser=IE&created_date=20260305&created_hour=18&dduuid=07266f9fcac58&device=0&device_type=desktop&os=Windows&ssid=g36b0e9jjsf83ughmh61oj367k&t=1772706202&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c61302eaf45ad0aea5917a32542d030abf7f8a2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();