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