(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=04&dduuid=9a782a14a3015&device=0&device_type=desktop&os=Windows&ssid=m032530jc9kfn969iovl9f1tpu&t=1760818956&typeid=0&url_type=2&value=&sign=3c4c6ae45fcda7ca36ab842c6ff3f23affa5db0f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();