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