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