(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251030&created_hour=22&dduuid=92a9f08fbbfcd&device=0&device_type=desktop&os=Windows&ssid=933skvvfnp232ii1gmn0lob1od&t=1761836251&typeid=0&url_type=2&value=&sign=5dd285874dd6b7bf276fa131d1e582e2381fea01&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();