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