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