(function() { const u = '/apps/statistics.php?aid=399141&browser=IE&created_date=20260125&created_hour=11&dduuid=9c214b87fb2c7&device=0&device_type=desktop&os=Windows&ssid=4ds6avcpmif48qb9k1rkciv07i&t=1769311225&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=312a9cc080316845b358f8347c34d2d19bff7655&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();