(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251103&created_hour=17&dduuid=1a129f2c34a7c&device=0&device_type=desktop&os=Windows&ssid=9c1tgnjc8bm8d54d3f2v5bspor&t=1762162498&typeid=0&url_type=2&value=&sign=76cc2e56f110aff613119ab421b2ecea2f674edd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();