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