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