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