(function() { const u = '/apps/statistics.php?aid=455951&browser=IE&created_date=20260304&created_hour=10&dduuid=e6031b61b04ca&device=0&device_type=desktop&os=Windows&ssid=c0bated24hl7oim1v1lkgjprie&t=1772589995&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c96648a022921c4731f586cc89409f8d95f50ce6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();