(function() { const u = '/apps/statistics.php?aid=455407&browser=IE&created_date=20260310&created_hour=23&dduuid=c432ff2b0bdcc&device=0&device_type=desktop&os=Windows&ssid=fpp7hbt6gl6tu0m237793efhic&t=1773156141&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d8896d981ed3d6d8c405dc87e7e546b7a1a95f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();