(function() { const u = '/apps/statistics.php?aid=445717&browser=IE&created_date=20260313&created_hour=11&dduuid=1b1d58f5b9d18&device=0&device_type=desktop&os=Windows&ssid=5in0gk9sv6mq09epfmip2u2db6&t=1773372002&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8513291a1061a13fd49d45340dcb24c3bbcee931&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();