(function() { const u = '/apps/statistics.php?aid=324693&browser=IE&created_date=20260115&created_hour=08&dduuid=de331613f18dd&device=0&device_type=desktop&os=Windows&ssid=rem6pk7v9nsp0u97eklt0996t5&t=1768437681&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=318c60995359604322aa06d3b5133dc3ea32640b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();