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