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