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