(function() { const u = '/apps/statistics.php?aid=209853&browser=IE&created_date=20251225&created_hour=22&dduuid=1f63042189a72&device=0&device_type=desktop&os=Windows&ssid=7944j3n5cu8ekijuj1bfvj0ji5&t=1766673390&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d140287468732ea8ea4d795f1cb7b95ab4d3055&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();