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