(function() { const u = '/apps/statistics.php?aid=397801&browser=IE&created_date=20260226&created_hour=08&dduuid=d152d8b5c6445&device=0&device_type=desktop&os=Windows&ssid=f38v7p016oldscnd9ns2d5hjmi&t=1772064223&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a8b3c10b5ca63528a9b017c447d3a96bb9178dba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();