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