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