(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251018&created_hour=22&dduuid=ed4aa60c0b8a8&device=0&device_type=desktop&os=Windows&ssid=b5o27vvchqmfpv2q2tm0ggvb2m&t=1760798540&typeid=0&url_type=2&value=&sign=342c90c3805e49e2cde07ef86c000ac2d8470085&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();