(function() { const u = '/apps/statistics.php?aid=457566&browser=IE&created_date=20260226&created_hour=18&dduuid=3655c586b1872&device=0&device_type=desktop&os=Windows&ssid=nna87kd8jiq4khhpqcju7qhhp9&t=1772101936&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e6785bf10aee3a4362124f1ae6ca22c94ac8607&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();