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