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