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