(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=21&dduuid=f1fcab34ac5ed&device=0&device_type=desktop&os=Windows&ssid=ddtcl82d3lgbopbf9vjatfili5&t=1757855813&typeid=0&url_type=1&value=&sign=254885968ebaba9c57446317592ce71e5aa81b3a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();