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