(function() { const u = '/apps/statistics.php?aid=440392&browser=IE&created_date=20260308&created_hour=10&dduuid=a9038ab25871f&device=0&device_type=desktop&os=Windows&ssid=62mcno50ft8bf5cfsq48q79tol&t=1772938219&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d99b1fc66eff3fce2e871ed188b51ade2d60432&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();