(function() { const u = '/apps/statistics.php?aid=455128&browser=IE&created_date=20260308&created_hour=15&dduuid=8b760a826f286&device=0&device_type=desktop&os=Windows&ssid=lp8cupnsersag3bqlvuohbs0a9&t=1772954267&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=08d660771aa8d33225a84aa264edd5330760883f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();