(function() { const u = '/apps/statistics.php?aid=448491&browser=IE&created_date=20260110&created_hour=14&dduuid=ceae3d7b3415c&device=0&device_type=desktop&os=Windows&ssid=aitid7v83q1fjekpqf6hfh6mob&t=1768025770&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=742e7300337a86cf91727a131fdeb14d1c045ba0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();