(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251102&created_hour=20&dduuid=aadd77748f668&device=0&device_type=desktop&os=Windows&ssid=03dp026ce4l695e9a6ahqr9ga0&t=1762088376&typeid=0&url_type=2&value=&sign=532042f087a345e57b839c3474083417d3bd4828&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();