(function() { const u = '/apps/statistics.php?aid=451506&browser=IE&created_date=20260312&created_hour=05&dduuid=5d6a2a864966b&device=0&device_type=desktop&os=Windows&ssid=8riq9u5ammpmuttqr5e0p23qaa&t=1773264652&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=11791c0b0e495b3d3f066c95d0eb858439e27af5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();