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