(function() { const u = '/apps/statistics.php?aid=442067&browser=IE&created_date=20251210&created_hour=04&dduuid=b94360ea2b352&device=0&device_type=desktop&os=Windows&ssid=9kef2q2m1n3pafsrj3nqo8si0q&t=1765311658&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=304b3c802e85293df758c45a0ac231295aec2299&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();