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