(function() { const u = '/apps/statistics.php?aid=455524&browser=IE&created_date=20260312&created_hour=21&dduuid=fc99df1a4f4a8&device=0&device_type=desktop&os=Windows&ssid=pc68mdte4ru2onq86c1temq4a3&t=1773321864&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1640230c6e00ba9d3245c964debf0e28e64fc8c4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();