(function() { const u = '/apps/statistics.php?aid=395912&browser=IE&created_date=20251224&created_hour=12&dduuid=627377a14d009&device=0&device_type=desktop&os=Windows&ssid=khns10qmuf0shi8kpt3n79l6dp&t=1766551991&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db72ab8fec8d0e009182410f6b280b3e1f76e375&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();