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