(function() { const u = '/apps/statistics.php?aid=453719&browser=IE&created_date=20260310&created_hour=14&dduuid=ed574ef4a8fdf&device=0&device_type=desktop&os=Windows&ssid=bhrrlr2e7mn9sf5656821o5ic7&t=1773125523&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=349a71d00aed389cebb906795ec1fd8aa820f4fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();