(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=03&dduuid=b806dee0b8699&device=0&device_type=desktop&os=Windows&ssid=r2o2pt1g23dvld3tkf65hnvu8m&t=1757877599&typeid=0&url_type=1&value=&sign=94d3a03af508f7e16aaa4825cb6bf33d8e52967d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();