(function() { const u = '/apps/statistics.php?aid=454131&browser=IE&created_date=20260318&created_hour=14&dduuid=366d1ed5c0fd3&device=0&device_type=desktop&os=Windows&ssid=a9s131e5t9f01648hlrh2bj8o5&t=1773814240&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70334c083ef3eabe8b6ad5682dc83e8b8bc2ae1a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();