(function() { const u = '/apps/statistics.php?aid=141228&browser=IE&created_date=20260225&created_hour=19&dduuid=0deea3ad7b94e&device=0&device_type=desktop&os=Windows&ssid=68n4sch317ine7sr8clolf1h0a&t=1772020277&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=13b72f100a7477be56d20d0f578edde15ff002c8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();