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