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