(function() { const u = '/apps/statistics.php?aid=448127&browser=IE&created_date=20260315&created_hour=16&dduuid=2ba5fbb42fea8&device=0&device_type=desktop&os=Windows&ssid=nqg7ajqojn3taoglk1jiep50lh&t=1773563835&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9c367da5864d55f478dc6b333f82e2b7904a6b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();