(function() { const u = '/apps/statistics.php?aid=350514&browser=IE&created_date=20260114&created_hour=18&dduuid=cb92e13d86b2a&device=0&device_type=desktop&os=Windows&ssid=8arvrhpj90un6qfgnmds3av7qn&t=1768387878&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7db509ff1578b0401a5e840b20353ea7bfd05512&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();