(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=12&dduuid=b8a6efb1d5c29&device=0&device_type=desktop&os=Windows&ssid=j5as7c4l11p6qr4tmpfpfsda5p&t=1757996279&typeid=0&url_type=2&value=&sign=97766a4ae288017a39c377ed492ed68e68504079&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();