(function() { const u = '/apps/statistics.php?aid=12391&browser=IE&created_date=20260121&created_hour=04&dduuid=355847e0b6a78&device=0&device_type=desktop&os=Windows&ssid=c3um3epkoefvtah180usuoh2g3&t=1768942256&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e199e85bdc909ab8c2f84c2c9bffe7b286c65ee0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();