(function() { const u = '/apps/statistics.php?aid=454834&browser=IE&created_date=20260224&created_hour=23&dduuid=74e8d2bade2ff&device=0&device_type=desktop&os=Windows&ssid=481jrulu6n21r7arnojhgce1t9&t=1771947705&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d7fb1984c4200585f851577a70143fd103308d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();