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