(function() { const u = '/apps/statistics.php?aid=453926&browser=IE&created_date=20260311&created_hour=23&dduuid=95ad0babe5f1a&device=0&device_type=desktop&os=Windows&ssid=9urqcuqbvluulbbg705oaomd08&t=1773244304&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=357eed66be582f3c86b2a18e4b6a21df895736f5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();