(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251022&created_hour=08&dduuid=896b0c580d803&device=0&device_type=desktop&os=Windows&ssid=50da3coo8mlcmoirb44qfh8gu8&t=1761094794&typeid=0&url_type=2&value=&sign=77acddc6ace7749079ca0f0fe4f3a1eaafb01659&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();