(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260108&created_hour=07&dduuid=33e1a838942d8&device=0&device_type=desktop&os=Windows&ssid=a4gg1h5bcdhqva1e9p4acds2jl&t=1767828827&typeid=18&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2aa32fd828cfcadf87065364e8d1ae3f24e2c88&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();