(function() { const u = '/apps/statistics.php?aid=418196&browser=IE&created_date=20260207&created_hour=10&dduuid=3abbdeec7f166&device=0&device_type=desktop&os=Windows&ssid=nig5q4cheeuidbru2de0cp44em&t=1770432180&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b9163ffb41333d696057bf8a68e828cd5a5d5024&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();