(function() { const u = '/apps/statistics.php?aid=248889&browser=IE&created_date=20260316&created_hour=17&dduuid=98b9dc8cc6414&device=0&device_type=desktop&os=Windows&ssid=g28aj647u3i46ar3nasf7tc6p7&t=1773655125&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93063150d4037d83bf44c0c75228eb55d3126675&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();