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