(function() { const u = '/apps/statistics.php?aid=455857&browser=IE&created_date=20260310&created_hour=18&dduuid=2915c16d3e808&device=0&device_type=desktop&os=Windows&ssid=794fr3m9if62s4dbn232skk213&t=1773139108&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=feb35aa2e716466eff35fcd0025d21dddff8206c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();