(function() { const u = '/apps/statistics.php?aid=438778&browser=IE&created_date=20260314&created_hour=08&dduuid=d8f025fd042c8&device=0&device_type=desktop&os=Windows&ssid=6cgau6cfna455mjuqjf56qqmva&t=1773448626&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=451ec4c2c61377d2655e13d3d203d3f5582d0c0d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();