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